LogChannel.GetDoubleValue method
Gets a point's value and converts it to a double.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public double GetDoubleValue(
int PointIndex
)
Public Function GetDoubleValue(
PointIndex As Integer
) As Double
Parameters
PointIndex
Type: int
The index of a point.
Return value
Type: double
Returns a double value.
See also